- 
                Notifications
    
You must be signed in to change notification settings  - Fork 15
 
          FeatureFormView - UI tests for adding UNA associations, warning resolutions, logging improvements, small bug fix
          #1309
        
          New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
FeatureFormView - UI tests for adding UNA associationsFeatureFormView - UI tests for adding UNA associations, warning resolutions & logging improvements
      FeatureFormView - UI tests for adding UNA associations, warning resolutions & logging improvementsFeatureFormView - UI tests for adding UNA associations, warning resolutions, logging improvements, small bug fix
      | case (false, .some, .some): | ||
| case (false, _, _): | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix for Apollo 1461.
| Slider(value: $fractionAlongEdge, in: 0...1) { | ||
| Text(LocalizedStringResource.fractionAlongEdge) | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolves warning Expression of type 'LocalizedStringResource' is unused - wrong symbol was being used.
| 
               | 
          ||
| fractionAlongEdgeSlider.adjust(toNormalizedSliderPosition: 0.75) | ||
| 
               | 
          ||
| XCTAssertTrue( | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test throws an error here when I run it on iOS 26, while passes on iOS 18. No need to fix for now, but may be worth taking a look and see if it can pass on 26 as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like it goes to 78% on iOS 26 and 77% on iOS 18.
Since we're already fighting some other wonkiness in this test case, I will keep it as is for now and re-evaluate when we update test devices to iPadOS 26.
Apollo 1427, 1461, 1469